home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kimeruze! Yamikon!
/
Kimeruze! Yamikon!.iso
/
pc
/
yarikon
/
wevent09.dxr
/
00043.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-23
|
264 b
|
18 lines
on mouseDown
set the visible of sprite 6 to 1
updateStage()
repeat while stillDown()
end repeat
set the visible of sprite 6 to 0
updateStage()
end
on mouseUp
set data to random(2)
if data = 1 then
go("user")
else
go("girl")
end if
end